home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Acao / remote_control.swf / scripts / DefineButton2_148 / BUTTONCONDACTION on(press).as
Text File  |  2008-08-08  |  127b  |  7 lines

  1. on(press){
  2.    _root.playerSelected = "brother";
  3.    _root.SFX.gotoAndPlay("Click");
  4.    gotoAndStop("Start");
  5.    play();
  6. }
  7.